-
-
Notifications
You must be signed in to change notification settings - Fork 200
issue: [2717] coverage calculation improvments #2731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue: [2717] coverage calculation improvments #2731
Conversation
🦋 Changeset detectedLatest commit: 703a381 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is looking good, can you please rebase to master? we did some major changes regarding to Node versions.
* Upgrade Yoga to version 5 * ? * prettier * chore(dependencies): updated changesets for modified dependencies * ? * ? * ? * ? * ?? * ? * ? * changesets * ? * ? * ? * prettier * ? * ? * ? * chore(dependencies): updated changesets for modified dependencies * ? * ? * ? * ? * prettier * ? * prettier? * pnpm engine not necessary in packages * unnecessary .npmrc * bump pnpm * disable-pre-post-scripts * use packageManager pnpm version * changeset major * action on node 20 * changeset * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: enisdenjo <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Test release: fix the release for config and loaders * fix? * config version * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix package version number * prettier * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix packages version for loaders + config * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix loaders package version * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update graphql-tools * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ve#2675) * fix(deps): update dependency probot to v12.3.3 [security] * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ve#2670) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-hive#2665) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…raphql-hive#2744) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ve#2668) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update all packages dependencies versions * pnpm prettier & install * smee-client * theguild/eslint-config * update eslintrc * eslintrc update rules * figures * sentry/node & sentry/tracing & whatwg-node/fetch & fix figures * no figures * rimraf * log-symbols * nock * no log-symbols * lint-staged * types/js-yaml * object-inspect & immer * std-env * @babel/core * actions/core * yoga * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix Docker file release * prettier
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2754) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
rebase done. |
Hey @DanteUkraine |
@TuvalSimha Ok, I did new PR, #2775 |
🚨 IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of
the pull request.
Description
As a user of coverage feature I faced need to see total and covered numbers of queries and mutations.
So I decided to apply improvements.
Fixes # (2717)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I updated existing unit tests.
Test Environment:
@graphql-inspector/...
:Checklist:
CONTRIBUTING doc and the
style guidelines of this project
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose
the solution you did and what alternatives you considered, etc...